home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8190 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  816 b 

  1. Path: news.halcyon.com!usenet
  2. From: normanb@halcyon.com (Norm Bryar)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Sine scrolling?????
  5. Date: Thu, 15 Feb 1996 17:01:13 GMT
  6. Organization: Northwest Nexus Inc.
  7. Message-ID: <4fvorn$jed@news.halcyon.com>
  8. References: <4fs0ol$h0h@grivel.une.edu.au>
  9. NNTP-Posting-Host: blv-pm10-ip5.halcyon.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. snkala@metz.une.edu.au (Sikhanyiso Nkala) wrote:
  13.  
  14. >Can anyone help a newbie? I've just started programming in Borland C++
  15. >and I would like to know how to do sine scrolling across the screen.
  16. >could someone guid me in the right direction.
  17.  
  18.  
  19. Under Windows?  Try the ScrollWindow() API to move the client area,
  20. and thus everyting you've drawn previously, then draw your new data.
  21.  
  22. Under DOS there must be a similar library function.  
  23.  
  24.                         --Norm 
  25.  
  26.